home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / netconfig < prev    next >
Encoding:
Text File  |  2009-05-28  |  768 b   |  21 lines

  1. #
  2. # The network configuration file. This file is currently only used in
  3. # conjunction with the TI-RPC code in the libtirpc library.
  4. #
  5. # Entries consist of:
  6. #
  7. #       <network_id> <semantics> <flags> <protofamily> <protoname> \
  8. #               <device> <nametoaddr_libs>
  9. #
  10. # The <device> and <nametoaddr_libs> fields are always empty in this
  11. # implementation.
  12. #
  13. udp        tpi_clts      v     inet     udp     -       -
  14. tcp        tpi_cots_ord  v     inet     tcp     -       -
  15. udp6       tpi_clts      v     inet6    udp     -       -
  16. tcp6       tpi_cots_ord  v     inet6    tcp     -       -
  17. rawip      tpi_raw       -     inet      -      -       -
  18. local      tpi_cots_ord  -     loopback  -      -       -
  19. unix       tpi_cots_ord  -     loopback  -      -       -
  20.  
  21.